2-Hour Agent Projects

Option 1: Wikipedia + DuckDuckGo

Project: "Research Assistant - Compare Sources"

Why this works:

Learning outcomes:


Option 2: OpenWeatherMap

Project: "Smart Travel Planner"

Why this works:

Learning outcomes:


Option 3: YouTube Transcript

Project: "Educational Video Analyzer"

Why this works:

Learning outcomes:


Implementation Template (Works for Any of These)

Here's a 2-hour timeline that works for all three options:

Hour 1: Setup & Basic Tool

Hour 2: Agent Integration

Detailed Recommendation: Start with YouTube

If I had to pick one for your next project after calculator, I'd choose YouTube Transcript.

Reasoning:

  1. Builds directly on calculator pattern - they just wrote a custom tool, now they write another

  2. No API key friction - can start coding immediately

  3. High engagement - students love analyzing YouTube content

  4. Clear progression - shows how custom tools enable new capabilities

  5. Teaches real skill - most LangChain tools will be custom in production

Starter code for students:

python

Extensions for faster students:

  1. Add summary formatting (bullet points, key quotes)

  2. Extract chapter timestamps

  3. Answer specific questions about video content

  4. Compare transcripts from multiple videos

This gives you a solid 2-hour project that reinforces custom tool creation while introducing practical information retrieval patterns.